Skip to content

chore(deps): update module golang.org/x/text to v0.40.0 - #93

Open
konflux-internal-p02[bot] wants to merge 1 commit into
rhoai-3.5-ea.2from
konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x
Open

chore(deps): update module golang.org/x/text to v0.40.0#93
konflux-internal-p02[bot] wants to merge 1 commit into
rhoai-3.5-ea.2from
konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x

Conversation

@konflux-internal-p02

@konflux-internal-p02 konflux-internal-p02 Bot commented May 19, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
golang.org/x/text v0.37.0v0.40.0 age confidence

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.37.0 chore(deps): update module golang.org/x/text to v0.37.0 - abandoned Jun 3, 2026
@konflux-internal-p02

Copy link
Copy Markdown
Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.37.0 - abandoned chore(deps): update module golang.org/x/text to v0.37.0 Jun 3, 2026
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.37.0 chore(deps): update module golang.org/x/text to v0.37.0 - abandoned Jun 5, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x branch from 4434436 to e3501fe Compare June 15, 2026 18:02
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.37.0 - abandoned chore(deps): update module golang.org/x/text to v0.38.0 Jun 15, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x branch from e3501fe to f50c953 Compare July 6, 2026 21:10
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.38.0 chore(deps): update module golang.org/x/text to v0.39.0 Jul 6, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x branch from f50c953 to 77808c3 Compare July 11, 2026 16:32
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.39.0 chore(deps): update module golang.org/x/text to v0.40.0 Jul 11, 2026
@konflux-internal-p02

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/sync v0.21.0 -> v0.22.0

rhods-devops-app Bot pushed a commit that referenced this pull request Jul 24, 2026
* docs: add batch gateway AKS deployment guide

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: deploy inference workloads in the llm namespace

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: address PR review feedback on RHAIIS install and manifests

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: move AKS section from deploy-k8s.md to deploy-aks.md

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: mount secrets to llm namespace

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: fix Kuadrant rate limit identity config in deploy-aks guide

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: make the doc generic for xks

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: address PR review feedback

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: add CKS support and polish improvements to xKS batch guide

  - Add CKS prerequisite note (NVIDIA device plugin pre-installed)
  - Add CKS Kuadrant alternative (RHCL via helmfile + RBAC fix)
  - Add RHCL rate limiting known issue (wasm-shim bug in 1.4.0)
  - Add EPP RBAC fix for llm-d.ai API group (CKS-specific)
  - Rename §5 to Platform-Specific, add CKS subsection (storage, GPU, PKI, monitoring)
  - Add CKS troubleshooting rows (Kuadrant RBAC, EPP RBAC, CRD conflicts)
  - Pin Redis (27.0.14) and PostgreSQL (18.7.12) chart versions
  - Add MinIO emptyDir production warning
  - Quote MinIO placeholder variables
  - Drop skopeo from CLI prerequisites (not needed)
  - Fix pull secret filename (pull-secret.json, registry.redhat.io)

Signed-off-by: Madhu Goutham Reddy Ambati <mambati@redhat.com>

* docs: refecator sections and address review comments

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: marks kuadrant as optional

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: route xKS batch-llm via InferencePool and align model URI

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: remove CKS gotcha related to RHCL1.2.0

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>

* docs: remove remaining RHCL workarounds (known issue + troubleshooting row)

  Known issue (RHCL wasm plugin) and Kuadrant RBAC troubleshooting row
  are no longer needed — fixed in RHCL >= 1.3.0.

Signed-off-by: Madhu Goutham Reddy Ambati <mambati@redhat.com>

---------

Signed-off-by: Vishwanath Suresh <vsuresh@redhat.com>
Signed-off-by: Madhu Goutham Reddy Ambati <mambati@redhat.com>
Co-authored-by: Madhu Goutham Reddy Ambati <mambati@redhat.com>
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.40.0 chore(deps): update module golang.org/x/text to v0.40.0 - autoclosed Jul 27, 2026
@konflux-internal-p02
konflux-internal-p02 Bot deleted the konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x branch July 27, 2026 09:09
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
@konflux-internal-p02 konflux-internal-p02 Bot changed the title chore(deps): update module golang.org/x/text to v0.40.0 - autoclosed chore(deps): update module golang.org/x/text to v0.40.0 Jul 27, 2026
@konflux-internal-p02
konflux-internal-p02 Bot force-pushed the konflux/mintmaker/rhoai-3.5-ea.2/golang.org-x-text-0.x branch 2 times, most recently from 77808c3 to 88c690a Compare July 27, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants